home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
FILES
/
WORDMISC
/
WRITTOOL.LZH
/
WORDS.DOC
< prev
next >
Wrap
Text File
|
1986-12-18
|
571b
|
19 lines
-------------------------------------------------------------------------------
WORDS
-------------------------------------------------------------------------------
Summary:
words [< filename]
WORDS is a text filter that places all words appearing in the standard input
on separate lines.
Examples:
Place all of the words in the file named textfile on individual lines, sort
those lines, make a list of how many times each of the words occurred, and
save that list in the file named wordlist.
words < textfile | sort | freq > wordlist